[INFO] cloning repository https://github.com/yackey-labs/ycf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yackey-labs/ycf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyackey-labs%2Fycf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyackey-labs%2Fycf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 62bf36248d15c6cf3a7409048f428d2c51c3c52b
[INFO] checking yackey-labs/ycf against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyackey-labs%2Fycf" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yackey-labs/ycf
[INFO] finished tweaking git repo https://github.com/yackey-labs/ycf
[INFO] tweaked toml for git repo https://github.com/yackey-labs/ycf written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yackey-labs/ycf on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yackey-labs/ycf already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2
[INFO] running `Command { std: "docker" "start" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking papergrid v0.13.0
[INFO] [stderr]     Checking clap_builder v4.5.58
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tabled_derive v0.9.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking tabled v0.17.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking clap v4.5.58
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking ycf-client v0.1.0 (/opt/rustwide/workdir/crates/ycf-client)
[INFO] [stderr]     Checking ycf v0.1.0 (/opt/rustwide/workdir/crates/ycf)
[INFO] [stdout] warning: unused import: `Table`
[INFO] [stdout]  --> crates/ycf/src/output.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tabled::{Table, settings::Style};
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Table`
[INFO] [stdout]  --> crates/ycf/src/output.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tabled::{Table, settings::Style};
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ycf` (bin "ycf"); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name ycf --edition=2024 crates/ycf/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c71174304606d98c -C extra-filename=-4dadc402a2cbb3b0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-2547139226132b7c.rmeta --extern colored=/opt/rustwide/target/debug/deps/libcolored-28f2eb8bd258d686.rmeta --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-f5ec1014119e2d6d.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-53b8fd34605759ed.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-f39c6f514c397130.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-472a3db92c0b94e0.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c8db2c29ad2bd396.rmeta --extern tabled=/opt/rustwide/target/debug/deps/libtabled-0cfbbcd95ccb777e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e7c96d2dc95bd5a9.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-7d5abb3f07410224.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-0414de03e2426e7d.rmeta --extern ycf_client=/opt/rustwide/target/debug/deps/libycf_client-e7616113bd16b975.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-e9506c1bc9a0fd0c/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: enum `OutputFormat` is never used
[INFO] [stdout]  --> crates/ycf/src/output.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum OutputFormat {
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `detect_repo` is never used
[INFO] [stdout]  --> crates/ycf/src/repo_context.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn detect_repo() -> Option<(String, String)> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_forgejo_url` is never used
[INFO] [stdout]   --> crates/ycf/src/repo_context.rs:32:4
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_forgejo_url(url: &str) -> Option<(String, String)> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_owner_repo` is never used
[INFO] [stdout]   --> crates/ycf/src/repo_context.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn parse_owner_repo(input: &str) -> Option<(String, String)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `resolve_owner_repo` is never used
[INFO] [stdout]   --> crates/ycf/src/repo_context.rs:67:8
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn resolve_owner_repo(arg: Option<&str>) -> Result<(String, String), String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2", kill_on_drop: false }`
[INFO] [stdout] a486d0096cee720bd8849caf364c546f3fc5d2771de250644bf7980de2e731f2
